80360: All tests

Documentation

Owners

Name Affiliation Email Start End
Herm Fischer Mark V Systems fischer@markv.com 01-08-2020 at 12:00:00
Paul Hulst De Nederlandsche Bank P.J.Hulst@dnb.nl 01-08-2020 at 12:00:00

Test Case Variations


V-01 Instance with positive and negative filing indicators

Documentation

Tests that the function works with an instance both positive and negative filing indicators. Both filing indicators with a filed attribute and without it.

Inputs

  • schema: taxonomy-fi.xsd
  • instance: instance-fi.xml (DTS Discovery starting point) (ID=V01)
  • Function Call: xfi:positive-filing-indicators()

    (against file V01)

Outputs

  • Result test: count( $result ) eq 2 and $result[1] = "Template 1" and $result[2] = "Template 2" and $result[1] ne $result[2]

V-02 Instance without filing indictors

Documentation

Tests that the function works with an instance that doesn’t contain any filing indicators.

Inputs

  • schema: taxonomy-a.xsd
  • instance: instance-empty.xml (DTS Discovery starting point) (ID=V02)
  • Function Call: xfi:positive-filing-indicators()

    (against file V02)

Outputs

  • Result test: empty( $result )

V-03 Instance with positive and negative filing indicators

Documentation

Tests that the function works with an instance both positive and negative filing indicators, that is based on specification for filing indicators (PWD).

Inputs

Outputs

  • Result test: count( $result ) eq 2 and $result[1] = "Template 1" and $result[2] = "Template 2" and $result[1] ne $result[2]

Revisions

Name On Details
Herm Fischer 01-08-2020 at 12:00:00 Created the test case.
Paul Hulst 07-09-2020 at 12:00:00 Added test case using the specification for filing indicators (PWD).